Microsoft DirectX 8.1 (C++)

IGuideDataEvent::ScheduleEntryChanged

The ScheduleEntryChanged method is called by the TIF when information about one or more schedule entries has changed.

Syntax

HRESULT ScheduleEntryChanged(
  VARIANT  varScheduleEntryDescriptionID
);

Parameters

varScheduleEntryDescriptionID

[in]  VARIANT containing the Description.ID of the schedule entry that has changed. If this parameter is NULL, the consumer must get properties for all schedule entries to determine which ones changed.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Remarks

If a transport analyzer supports IGuideDataEvent, it must supply this event.

"Description.ID" is shorthand for the metaproperty of MetaPropertyType "ID" within the standard Guide Store MetaPropertySet named "Description." For more information, see Metaproperties.

See Also